It's easy to get lazy when no one is looking. This is the idea behind the very webpage that you're looking at.

I have set up my computer to automatically track the number of lines that I knock off my to-do list.

You can "poke" me to remind me to stay alert and motivated when you see that I'm not being as productive as I can be.

// dates on-time not on-time // 0 2026-01-23 0 11 // 1 2026-01-24 0 1 // 2 2026-01-25 0 7 // 3 2026-01-26 0 4 // 4 2026-01-27 0 6 // 5 2026-01-28 0 1 // 6 2026-01-29 0 6 // 7 2026-01-30 0 6 // 8 2026-01-31 0 4 // 9 2026-02-01 0 5 // 10 2026-02-02 0 5 // 11 2026-02-03 0 5 // 12 2026-02-04 0 10 // 13 2026-02-05 0 4 // 14 2026-02-06 0 11 // 15 2026-02-07 3 1 // 16 2026-02-08 0 4 // 17 2026-02-09 0 1 // 18 2026-02-10 0 12 // 19 2026-02-11 0 5 // 20 2026-02-12 0 3